-
Notifications
You must be signed in to change notification settings - Fork 25k
Enable regenerator for Hermes dev mode transform profile #52651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D78450695 |
3b6a57d to
b401f2b
Compare
|
This pull request was exported from Phabricator. Differential Revision: D78450695 |
b401f2b to
6af0d04
Compare
|
This pull request was exported from Phabricator. Differential Revision: D78450695 |
Summary: Changelog: [Internal] Reviewed By: robhogan Differential Revision: D78450695
6af0d04 to
28031f6
Compare
|
This pull request was exported from Phabricator. Differential Revision: D78450695 |
|
This pull request was successfully merged by @dannysu in fb0e4ee When will my fix make it into a release? | How to file a pick request? |
|
This pull request has been merged in fb0e4ee. |
) Summary: Pull Request resolved: facebook#52651 Changelog: [Internal] Last year the `hermes-canary` profile was used to enable certain apps to use Static Hermes by enabling regenerator because debugger support for generator wasn't finished yet. However, we actually could have just keyed off of `options.dev` and still kept using `hermes-stable`. The `hermes-canary` profile is actually meant to be used to run experiments. We should free up this profile to return it to the original intended purpose. This diff makes all hermes profiles' dev mode use regenerator. Existing SH apps using `hermes-canary` should be unaffected. And apps using Hermes will change to use regenerator in dev mode, but that should be ok. Reviewed By: robhogan Differential Revision: D78450695 fbshipit-source-id: eb6a87fbc1f0e08d490fd0d1baa3611248f95764
# Why fix test errors: https://github.com/expo/expo/runs/51240288563 # How - [config-plugins] update template snapshot from template changes - [babel-preset] update test coming from @react-native/babel-preset bump. specifically facebook/react-native#52651
Summary: Changelog: [Internal]
Differential Revision: D78450695